From: Kim F. Storm Date: Sat, 13 Sep 2003 23:41:12 +0000 (+0000) Subject: New functions network-interface-list and get-network-interface-info. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25550 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4c6c27857af76b8b624a4cead678a6a64bbacf83;p=emacs.git New functions network-interface-list and get-network-interface-info. --- diff --git a/etc/NEWS b/etc/NEWS index 55f8d9eae35..ff81bae7709 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2416,6 +2416,19 @@ the fifth is the port number. connections are accepted in the stopped state. For a client process, no input is received in the stopped state. +??? +*** New function network-interface-list. + +This function returns a list of network interface names and their +current network addresses. + +??? +*** New function get-network-interface-info. + +This function returns the network address, hardware address, current +status, and other information about a specific network interface. + + +++ ** New function copy-tree.